FHIR IG Statistics: ValueSet/neir-clinical-status-vs
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical
Code | Display | Definition |
active | Active | The subject is currently experiencing, or is at risk of, a reaction to the identified substance. |
inactive | Inactive | The subject is no longer at risk of a reaction to the identified substance. |
resolved | Resolved | A reaction to the identified substance has been clinically reassessed by testing or re-exposure and is considered no longer to be present. Re-exposure could be accidental, unplanned, or outside of any clinical setting. |
Source
{
"resourceType": "ValueSet",
"id": "neir-clinical-status-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://example.org/ValueSet/neir-clinical-status-vs",
"version": "0.1.0",
"name": "NEIRClinicalStatusVS",
"title": "NEIR Clinical Status",
"status": "active",
"experimental": false,
"date": "2025-07-28T20:35:42+00:00",
"publisher": "intellisoftkenya.com",
"contact": [
{
"name": "intellisoftkenya.com",
"telecom": [
{
"system": "url",
"value": "https://www.intellisoftkenya.com/"
}
]
},
{
"name": "IntelliSOFT Consulting Kenya.",
"telecom": [
{
"system": "email",
"value": "info@intellisoftkenya.com",
"use": "work"
}
]
}
],
"description": "Subset of standard clinical statuses for allergy intolerance.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "NG",
"display": "Nigeria"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"concept": [
{
"code": "active"
},
{
"code": "inactive"
},
{
"code": "resolved"
}
]
}
]
}
}